home *** CD-ROM | disk | FTP | other *** search
/ Easy Tutor - Learn Windows 95 / Easy Tutor - Learn Windows 95.iso / data / crt / xdefine.h < prev   
Encoding:
C/C++ Source or Header  |  1994-12-08  |  1.6 KB  |  28 lines

  1. /****************************************************************************\
  2. *                                                                            *
  3. *      Program Name:           CRT Loadable graphic items                    *
  4. *                                                                            *
  5. *      Copyright:              (c) CRT Multimedia 1994/1995                  *
  6. *                                                                            *
  7. *      Module Name:            xdefine.h                                     *
  8. *                                                                            *
  9. *      Module Description:     #defines to define several flags used when    *
  10. *           loading buttons from CT files - used at compile and run time.    *
  11. *                                                                            *
  12. *      Creation Date:          12-Sep-1994                                   *
  13. *                                                                            *
  14. *      Developer Name:         PJL                                           *
  15. *                                                                            *
  16. \****************************************************************************/
  17.  
  18. // -----------------------------------------------------------------
  19. // define a flag value for all the different possible button states.
  20. // -----------------------------------------------------------------
  21. #define BS_UP       0
  22. #define BS_DOWN     1
  23. #define BS_DISABLED 2
  24. #define BS_UMOUSE   3
  25. #define BS_FOCUS    4
  26. #define BS_DONE     5
  27. #define BS_ENABLE   6
  28.